GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-05T03:38:50.1509481+00:00",
"SubmitDate": "2026-01-05T03:38:50.1509481+00:00",
"ReportPeriodStart": "2026-01-05T03:38:50.1509481+00:00",
"ReportPeriodEnd": "2026-01-05T03:38:50.1509481+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "898422d7-cba3-4a1c-b474-1cb1f0393e10",
"Rows": [
{
"ItemId": "43ab4deb-ea2c-43bf-807d-bd919692fedf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "43ab4deb-ea2c-43bf-807d-bd919692fedf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "898422d7-cba3-4a1c-b474-1cb1f0393e10",
"Rows": [
{
"ItemId": "43ab4deb-ea2c-43bf-807d-bd919692fedf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "43ab4deb-ea2c-43bf-807d-bd919692fedf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e19c733d-bcc5-4b17-bbfd-4940aeef716f",
"7348a8cd-c72c-49df-baa3-1e1c7e84e2d3"
],
"Approvers": [
"c07a4fc4-9267-44f8-9b8f-6a6177e8205c",
"f8096de3-eefb-4826-a7e3-a9b36b8292d7"
],
"ApprovedBy": "d8a7e8b4-1ace-4a5d-ab5e-6d975b4d2e4b",
"ApprovalDate": "2026-01-05T03:38:50.1509481+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6223fd71-a13d-4330-8202-e32ee80e13ff",
"id": "42133183-32f1-4f96-9be0-7a8e794a354c",
"ConfigId": "ec95336a-8678-49cb-8c0e-207ae7516f13"
},
{
"GenerationDate": "2026-01-05T03:38:50.1509481+00:00",
"SubmitDate": "2026-01-05T03:38:50.1509481+00:00",
"ReportPeriodStart": "2026-01-05T03:38:50.1509481+00:00",
"ReportPeriodEnd": "2026-01-05T03:38:50.1509481+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "898422d7-cba3-4a1c-b474-1cb1f0393e10",
"Rows": [
{
"ItemId": "43ab4deb-ea2c-43bf-807d-bd919692fedf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "43ab4deb-ea2c-43bf-807d-bd919692fedf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "898422d7-cba3-4a1c-b474-1cb1f0393e10",
"Rows": [
{
"ItemId": "43ab4deb-ea2c-43bf-807d-bd919692fedf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "43ab4deb-ea2c-43bf-807d-bd919692fedf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e19c733d-bcc5-4b17-bbfd-4940aeef716f",
"7348a8cd-c72c-49df-baa3-1e1c7e84e2d3"
],
"Approvers": [
"c07a4fc4-9267-44f8-9b8f-6a6177e8205c",
"f8096de3-eefb-4826-a7e3-a9b36b8292d7"
],
"ApprovedBy": "d8a7e8b4-1ace-4a5d-ab5e-6d975b4d2e4b",
"ApprovalDate": "2026-01-05T03:38:50.1509481+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6223fd71-a13d-4330-8202-e32ee80e13ff",
"id": "42133183-32f1-4f96-9be0-7a8e794a354c",
"ConfigId": "ec95336a-8678-49cb-8c0e-207ae7516f13"
}
]